home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Games
/
PC-SIG World of Games (CDRM1080710) (1993).iso
/
1280
/
PKSTART.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-12-01
|
490b
|
35 lines
Echo Off
:AGAIN
Cls
Type PkIntro
PkReply
If Errorlevel 63 Goto Again
If Errorlevel 62 Goto End
If Errorlevel 61 Goto F3
If Errorlevel 60 Goto F2
If Errorlevel 59 Goto F1
Goto Again
:F1
Cls
PkRead PokerS.Doc
Goto Again
:F2
Cls
Type PkPrt
PkReply
If Errorlevel 14 Goto Again
Type PokerS.Doc>Prn
Goto Again
:F3
Cls
Type PkHd
PkReply
If Errorlevel 14 Goto Again
Md C:\Games
C:
Cd \Games
Copy A:PokerS.Exe
Goto End
:End
Cls